home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Player 1999 June
/
PCP0699A.iso
/
Demos
/
Malkari
/
Tutorial3.dxr
/
00251_repeat -1.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1999-03-03
|
237 b
|
14 lines
on exitFrame
global repeat
if repeat > 40 then
set repeat to 0
repeat while the mouseUp
cursor(282 + (the timer / 45 mod 2))
end repeat
cursor(-1)
go(the frame + 1)
else
go(the frame - 1)
end if
end